home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_PREFBANDWIDTH_H__196C5E25_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_)
- #define AFX_PREFBANDWIDTH_H__196C5E25_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PrefBandwidth.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CPrefBandwidth dialog
-
- class CPrefBandwidth : public CPropertyPage
- {
- DECLARE_DYNCREATE(CPrefBandwidth)
-
- // Construction
- public:
- CPrefBandwidth();
- ~CPrefBandwidth();
-
- // Dialog Data
- //{{AFX_DATA(CPrefBandwidth)
- enum { IDD = IDD_PREF_BANDWIDTH };
- CButton m_chkDropDL;
- CButton m_chkDropUL;
- CEdit m_ebTotalUL;
- CEdit m_ebTotalBW;
- CButton m_chkTotalUL;
- CButton m_chkTotalBW;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CPrefBandwidth)
- public:
- virtual BOOL OnApply();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- CGnucleusDoc *Doc;
-
- // Generated message map functions
- //{{AFX_MSG(CPrefBandwidth)
- afx_msg void OnCheckDropDl();
- afx_msg void OnCheckDropUl();
- afx_msg void OnCheckTotalBw();
- afx_msg void OnChangeEditTotalBw();
- afx_msg void OnCheckTotalUl();
- afx_msg void OnChangeEditTotalUl();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_PREFBANDWIDTH_H__196C5E25_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_)
-